Skip to main content

InsuranceNow API (5.0.0)

InsuranceNow's RESTful API is built according to the OpenAPI specification and provides access to InsuranceNow functionality. Developers can use the API to integrate InsuranceNow with portals and other third-party systems.

Suspend

Suspends a task.

path Parameters
systemId
required
string

System identifier of the task.

Request Body schema: application/json

The suspend request. The request requires values for the suspendUntilDt and the suspendComments parameters.

suspendComments
string

Suspend comments

suspendUntilDt
string <date>

Date to suspend task until

Responses

Request samples

Content type
application/json
{
  • "suspendComments": "string",
  • "suspendUntilDt": "2019-08-24"
}

Response samples

Content type
application/json
{
  • "code": 0,
  • "message": "string",
  • "stackTrace": "string"
}